Starts an animation that repeats count times. The animation list is made up of pairs of bracketed (image,delay) pairs. If count is -1 then the animation repeats forever.
Example:
"A 1, (1,2), (2,2), (3,2)"
Means show frame 1 for 2 frames, frame 2 for 2 frames then frame 3 for 2 frames. Repeat this sequence once.
See also the Animate Sprite command.